home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / CRYP60.ZIP / WHATFOR < prev    next >
Text File  |  1992-11-20  |  2KB  |  46 lines

  1.  
  2.      ╔═══════════════════════════════════════════════════════════════════╗
  3.      ║ CryU - A data encryption system written in Pascal, user interface ║
  4.      ║                Version 6.00, 1992-11-15, 1400 hours               ║
  5.      ║         Copyright (c) 1987-1992 by author: Harry J. Smith         ║
  6.      ║   19628 Via Monte Dr., Saratoga, CA 95070.  All rights reserved.  ║
  7.      ╚═══════════════════════════════════════════════════════════════════╝
  8.  
  9. A pseudo infinite key data encryption system by Harry J. Smith
  10.  
  11. Key words: Encryption, DES, Random number generator, Security, Infinite key.
  12.  
  13. A very fast and secure method of encrypting data files.
  14. Includes all source files for C and Pascal version of the program.
  15.  
  16. File name    | What it is for (Files on distribution disk)
  17. -------------|------------------------------------------------------------------
  18. !       .    | Information on version
  19. 0       .    | Test file to encrypt with 0 bytes
  20. 17      .    | Test file to encrypt with 17 bytes
  21. 18      .    | Test file to encrypt with 18 bytes
  22. 1R      .    | Test file to encrypt with 1 record (16,384 bytes)
  23. 2R      .    | Test file to encrypt with 2 records (16,385 bytes)
  24. Cry     .Con | Encryption continuation file
  25. Cry1    .Con | Encryption continuation file initialized from a key = 1
  26. CryN    .C   | C source: A data encryption system, named files
  27. CryN    .Exe | C object: A data encryption system, named files
  28. CryP    .C   | C source: A data encryption system, with pipes
  29. CryP    .DOC | 
  30. CryP    .Exe | C object: A data encryption system, with pipes
  31. CryP    .WPC | 
  32. CryU    .Exe | Pascal object: A data encryption system, user interface
  33. CryU    .Ico | 
  34. CryU    .Pas | Pascal source: A data encryption system, user interface
  35. CryU    .PIF | 
  36. CryUHelp.Pas | Pascal source: Help for CryU
  37. CryUHelp.TPU | TURBO Pascal Unit: Help for CryU
  38. K       .    | A example of a key file
  39. Prompt  .Pas | Pascal source: Utilities to operate with strings and Prompts
  40. Prompt  .TPU | TURBO Pascal Unit: Utilities to operate with strings and Prompts
  41. READ-ME .    | Information for legal ownership
  42. WhatFor .    | This file, volume table of contents for the operational disk
  43. Z       .    | Test file to encrypt with 2 records (32,768 bytes) of zero bits
  44.  
  45. End of file
  46.